feat: choose the app icon, and name the artwork scenes - #9
Merged
Conversation
Co-authored-by: GPT-5.6 <noreply@openai.com>
…eanup (pingdotgg#6562), sidebar statuses (pingdotgg#7491) Upstream's passkey fix supersedes the fork's autofill workaround: the real repair ships in the pinned Clerk UI build, so the local wrapper goes and the SDK's own passkeys are used, pinned through the fork's provider gate. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Artwork options are Night sky, Blueprint, None, and your own uploads; "Match the build" is gone and Night sky is the default. An explicit pick now outranks the environment-identification mode and the palette heuristic, which is why choosing a scene did nothing on a release build. App icon adds the MT mark, a light variant, a dark variant, or your own image. It is applied to the running app - Dock tile on macOS, window icon elsewhere - because rewriting the installed bundle's icon would break the code signature and take every macOS permission grant with it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
sheehanmunim
added a commit
that referenced
this pull request
Aug 19, 2026
The upstream merge rode into main inside PR #9's squash, so the commits were present in the tree but no longer ancestors. This re-merges them with the tree unchanged - the fork's provider gate keeps upstream's pinned Clerk UI build and the SDK's own passkeys. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Artwork — the options are now Night sky, Blueprint, None, and anything you upload. "Match the build" is gone, and Night sky is the default. An explicit pick now also renders: it outranks the environment-identification mode and the palette heuristic upstream uses to decide whether artwork suits the theme, which is why picking a scene previously did nothing on a release build. The legacy
autovalue still follows the build channel for older settings files.App icon — pick the MT Code mark, a light variant (black mark on white), a dark variant (white mark on black), or upload your own PNG/JPEG. Custom icons live in server settings, so they sync like artwork.
The installed bundle keeps its own icon on disk deliberately: rewriting it would break the code signature, and a broken signature takes every macOS permission grant with it — exactly the failure repaired in #7. The choice is applied to the running app instead (Dock tile on macOS, window icon elsewhere), on load and on every change.
Checks
vp test run src/components/settings src/components/SidebarStageBackdrop.test.tsx— 155 + 14 green, with new coverage for the named scenes and the legacy value